Html Css Color HEX #BBCFFC Periwinkle

📋 copy color: '#BBCFFC'

red 187 ◦ green 207 ◦ blue 252

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

Shades of Periwinkle #BBCFFC

Tints of Periwinkle #BBCFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.04%

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 28.95%
G = 32.04%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBCFFC (or 0xBBCFFC) is known color: Periwinkle. HEX triplet: BB, CF and FC. RGB value is (187,207,252). Sum of RGB (Red+Green+Blue) = 187+207+252=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBCFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFFC is #443003. Grayscale: #CDCDCD. Windows color (decimal): -4468740 or 16568251. OLE color: 16568251.

HSL color Cylindrical-coordinate representation of color #BBCFFC: hue angle of 221.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCFFC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 207 252 -
CMYK 0.26 0.18 0 0.01
HSL 221.54º 0.92% 0.86% -
HSV(B) 221.54º 0.26% 0.99% -
XYZ 60.38 62.22 100.92 -
YUV 206.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 187 207 252 0.26 0.18 0 0.01 221.54 0.92 0.86
Hex BB CF FC 1A 12 0 1 DE 5C 56
Octal 273 317 374 32 22 0 1 336 134 126
Binary 10111011 11001111 11111100 11010 10010 0 1 11011110 1011100 1010110

Color Harmonies of #BBCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFFC

Black with #BBCFFC

Text Example


Text Example

White with #BBCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFFC; }

 p { color: rgb(187,207,252); }

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

background-color css

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

 a { background-color: rgb(187,207,252); }

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

border-color css

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

 span { border-color: rgb(187,207,252); }

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