Html Css Color HEX #BBCBFE Periwinkle

📋 copy color: '#BBCBFE'

red 187 ◦ green 203 ◦ blue 254

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

Shades of Periwinkle #BBCBFE

Tints of Periwinkle #BBCBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 29.04%
G = 31.52%
B = 39.44%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBCBFE (or 0xBBCBFE) is known color: Periwinkle. HEX triplet: BB, CB and FE. RGB value is (187,203,254). Sum of RGB (Red+Green+Blue) = 187+203+254=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFE is #443401. Grayscale: #CBCBCB. Windows color (decimal): -4469762 or 16698299. OLE color: 16698299.

HSL color Cylindrical-coordinate representation of color #BBCBFE: hue angle of 225.67º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCBFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 203 254 -
CMYK 0.26 0.20 0 0.00
HSL 225.67º 0.97% 0.86% -
HSV(B) 225.67º 0.26% 1% -
XYZ 59.74 60.43 102.28 -
YUV 204.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 187 203 254 0.26 0.20 0 0.00 225.67 0.97 0.86
Hex BB CB FE 1A 14 0 0 E2 61 56
Octal 273 313 376 32 24 0 0 342 141 126
Binary 10111011 11001011 11111110 11010 10100 0 0 11100010 1100001 1010110

Color Harmonies of #BBCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBFE

Black with #BBCBFE

Text Example


Text Example

White with #BBCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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