Html Css Color HEX #BBCBFC Periwinkle

📋 copy color: '#BBCBFC'

red 187 ◦ green 203 ◦ blue 252

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

Shades of Periwinkle #BBCBFC

Tints of Periwinkle #BBCBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.62%

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

R = 29.13%
G = 31.62%
B = 39.25%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBCBFC (or 0xBBCBFC) is known color: Periwinkle. HEX triplet: BB, CB and FC. RGB value is (187,203,252). Sum of RGB (Red+Green+Blue) = 187+203+252=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFC is #443403. Grayscale: #CBCBCB. Windows color (decimal): -4469764 or 16567227. OLE color: 16567227.

HSL color Cylindrical-coordinate representation of color #BBCBFC: hue angle of 225.23º 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 #BBCBFC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 203 252 -
CMYK 0.26 0.19 0 0.01
HSL 225.23º 0.92% 0.86% -
HSV(B) 225.23º 0.26% 0.99% -
XYZ 59.42 60.3 100.6 -
YUV 203.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 187 203 252 0.26 0.19 0 0.01 225.23 0.92 0.86
Hex BB CB FC 1A 13 0 1 E1 5C 56
Octal 273 313 374 32 23 0 1 341 134 126
Binary 10111011 11001011 11111100 11010 10011 0 1 11100001 1011100 1010110

Color Harmonies of #BBCBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBFC

Black with #BBCBFC

Text Example


Text Example

White with #BBCBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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