Html Css Color HEX #BBC8F4 Periwinkle

📋 copy color: '#BBC8F4'

red 187 ◦ green 200 ◦ blue 244

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

Shades of Periwinkle #BBC8F4

Tints of Periwinkle #BBC8F4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

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

R = 29.64%
G = 31.7%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBC8F4 (or 0xBBC8F4) is known color: Periwinkle. HEX triplet: BB, C8 and F4. RGB value is (187,200,244). Sum of RGB (Red+Green+Blue) = 187+200+244=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBC8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F4 is #44370B. Grayscale: #C8C8C8. Windows color (decimal): -4470540 or 16042171. OLE color: 16042171.

HSL color Cylindrical-coordinate representation of color #BBC8F4: hue angle of 226.32º 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 #BBC8F4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 200 244 -
CMYK 0.23 0.18 0 0.04
HSL 226.32º 0.72% 0.85% -
HSV(B) 226.32º 0.23% 0.96% -
XYZ 57.48 58.41 93.83 -
YUV 201.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 187 200 244 0.23 0.18 0 0.04 226.32 0.72 0.85
Hex BB C8 F4 17 12 0 4 E2 48 55
Octal 273 310 364 27 22 0 4 342 110 125
Binary 10111011 11001000 11110100 10111 10010 0 100 11100010 1001000 1010101

Color Harmonies of #BBC8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8F4

Black with #BBC8F4

Text Example


Text Example

White with #BBC8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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