Html Css Color HEX #BBCEFA Periwinkle

📋 copy color: '#BBCEFA'

red 187 ◦ green 206 ◦ blue 250

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

Shades of Periwinkle #BBCEFA

Tints of Periwinkle #BBCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.04%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 29.08%
G = 32.04%
B = 38.88%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBCEFA (or 0xBBCEFA) is known color: Periwinkle. HEX triplet: BB, CE and FA. RGB value is (187,206,250). Sum of RGB (Red+Green+Blue) = 187+206+250=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFA is #443105. Grayscale: #CDCDCD. Windows color (decimal): -4468998 or 16436923. OLE color: 16436923.

HSL color Cylindrical-coordinate representation of color #BBCEFA: hue angle of 221.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCEFA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 206 250 -
CMYK 0.25 0.18 0 0.02
HSL 221.9º 0.86% 0.86% -
HSV(B) 221.9º 0.25% 0.98% -
XYZ 59.82 61.61 99.18 -
YUV 205.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 187 206 250 0.25 0.18 0 0.02 221.9 0.86 0.86
Hex BB CE FA 19 12 0 2 DE 56 56
Octal 273 316 372 31 22 0 2 336 126 126
Binary 10111011 11001110 11111010 11001 10010 0 10 11011110 1010110 1010110

Color Harmonies of #BBCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEFA

Black with #BBCEFA

Text Example


Text Example

White with #BBCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEFA; }

 p { color: rgb(187,206,250); }

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

background-color css

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

 a { background-color: rgb(187,206,250); }

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

border-color css

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

 span { border-color: rgb(187,206,250); }

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