Html Css Color HEX #BBCFEE Periwinkle

📋 copy color: '#BBCFEE'

red 187 ◦ green 207 ◦ blue 238

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

Shades of Periwinkle #BBCFEE

Tints of Periwinkle #BBCFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 29.59%
G = 32.75%
B = 37.66%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBCFEE (or 0xBBCFEE) is known color: Periwinkle. HEX triplet: BB, CF and EE. RGB value is (187,207,238). Sum of RGB (Red+Green+Blue) = 187+207+238=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEE is #443011. Grayscale: #CCCCCC. Windows color (decimal): -4468754 or 15650747. OLE color: 15650747.

HSL color Cylindrical-coordinate representation of color #BBCFEE: hue angle of 216.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCFEE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 207 238 -
CMYK 0.21 0.13 0 0.07
HSL 216.47º 0.6% 0.83% -
HSV(B) 216.47º 0.21% 0.93% -
XYZ 58.24 61.36 89.66 -
YUV 204.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 187 207 238 0.21 0.13 0 0.07 216.47 0.6 0.83
Hex BB CF EE 15 D 0 7 D8 3C 53
Octal 273 317 356 25 15 0 7 330 74 123
Binary 10111011 11001111 11101110 10101 1101 0 111 11011000 111100 1010011

Color Harmonies of #BBCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFEE

Black with #BBCFEE

Text Example


Text Example

White with #BBCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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