Html Css Color HEX #BBD0F4 Periwinkle

📋 copy color: '#BBD0F4'

red 187 ◦ green 208 ◦ blue 244

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

Shades of Periwinkle #BBD0F4

Tints of Periwinkle #BBD0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 29.26%
G = 32.55%
B = 38.18%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBD0F4 (or 0xBBD0F4) is known color: Periwinkle. HEX triplet: BB, D0 and F4. RGB value is (187,208,244). Sum of RGB (Red+Green+Blue) = 187+208+244=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBD0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0F4 is #442F0B. Grayscale: #CDCDCD. Windows color (decimal): -4468492 or 16044219. OLE color: 16044219.

HSL color Cylindrical-coordinate representation of color #BBD0F4: hue angle of 217.89º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBD0F4 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 208 244 -
CMYK 0.23 0.15 0 0.04
HSL 217.89º 0.72% 0.85% -
HSV(B) 217.89º 0.23% 0.96% -
XYZ 59.38 62.21 94.47 -
YUV 205.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 187 208 244 0.23 0.15 0 0.04 217.89 0.72 0.85
Hex BB D0 F4 17 F 0 4 DA 48 55
Octal 273 320 364 27 17 0 4 332 110 125
Binary 10111011 11010000 11110100 10111 1111 0 100 11011010 1001000 1010101

Color Harmonies of #BBD0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0F4

Black with #BBD0F4

Text Example


Text Example

White with #BBD0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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