Html Css Color HEX #BBD0F1 Periwinkle

📋 copy color: '#BBD0F1'

red 187 ◦ green 208 ◦ blue 241

#BBD0F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BBD0F1

Tints of Periwinkle #BBD0F1

RGB

 RED value IS 187 (73.44% from 255) = 29.4%

 GREEN value IS 208 (81.64% from 255) = 32.7%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 29.4%
G = 32.7%
B = 37.89%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBD0F1 (or 0xBBD0F1) is known color: Periwinkle. HEX triplet: BB, D0 and F1. RGB value is (187,208,241). Sum of RGB (Red+Green+Blue) = 187+208+241=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F1 is #442F0E. Grayscale: #CDCDCD. Windows color (decimal): -4468495 or 15847611. OLE color: 15847611.

HSL color Cylindrical-coordinate representation of color #BBD0F1: hue angle of 216.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD0F1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 208 241 -
CMYK 0.22 0.14 0 0.05
HSL 216.67º 0.66% 0.84% -
HSV(B) 216.67º 0.22% 0.95% -
XYZ 58.93 62.03 92.09 -
YUV 205.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 187 208 241 0.22 0.14 0 0.05 216.67 0.66 0.84
Hex BB D0 F1 16 E 0 5 D9 42 54
Octal 273 320 361 26 16 0 5 331 102 124
Binary 10111011 11010000 11110001 10110 1110 0 101 11011001 1000010 1010100

Color Harmonies of #BBD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0F1

Black with #BBD0F1

Text Example


Text Example

White with #BBD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0F1; }

 p { color: rgb(187,208,241); }

 H1.HeaderClassName
 {
   color: #BBD0F1;
 }
 .AnyTagClassName
 {
   color: #BBD0F1;
 }
</style>

background-color css

<style>
 a { background-color: #BBD0F1; }

 a { background-color: rgb(187,208,241); }

 div.DivClassName
 {
   background-color: #BBD0F1;
 }
 .BgClassName
 {
   background-color: #BBD0F1;
 }
</style>

border-color css

<style>
 span { border-color: #BBD0F1; }

 span { border-color: rgb(187,208,241); }

 td.TdClassName
 {
   border-color: #BBD0F1;
 }
 .TagClassName
 {
   border-color: #BBD0F1;
 }
</style>