Html Css Color HEX #BBC4F2 Periwinkle

📋 copy color: '#BBC4F2'

red 187 ◦ green 196 ◦ blue 242

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

Shades of Periwinkle #BBC4F2

Tints of Periwinkle #BBC4F2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.36%

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 29.92%
G = 31.36%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBC4F2 (or 0xBBC4F2) is known color: Periwinkle. HEX triplet: BB, C4 and F2. RGB value is (187,196,242). Sum of RGB (Red+Green+Blue) = 187+196+242=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4F2 is #443B0D. Grayscale: #C6C6C6. Windows color (decimal): -4471566 or 15910075. OLE color: 15910075.

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

Color convert

RGB 187 196 242 -
CMYK 0.23 0.19 0 0.05
HSL 230.18º 0.68% 0.84% -
HSV(B) 230.18º 0.23% 0.95% -
XYZ 56.26 56.46 91.94 -
YUV 198.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 187 196 242 0.23 0.19 0 0.05 230.18 0.68 0.84
Hex BB C4 F2 17 13 0 5 E6 44 54
Octal 273 304 362 27 23 0 5 346 104 124
Binary 10111011 11000100 11110010 10111 10011 0 101 11100110 1000100 1010100

Color Harmonies of #BBC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4F2

Black with #BBC4F2

Text Example


Text Example

White with #BBC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4F2; }

 p { color: rgb(187,196,242); }

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

background-color css

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

 a { background-color: rgb(187,196,242); }

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

border-color css

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

 span { border-color: rgb(187,196,242); }

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