Html Css Color HEX #BBCCEF Periwinkle

📋 copy color: '#BBCCEF'

red 187 ◦ green 204 ◦ blue 239

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

Shades of Periwinkle #BBCCEF

Tints of Periwinkle #BBCCEF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.38%

 BLUE value IS 239 (93.75% from 255) = 37.94%

R = 29.68%
G = 32.38%
B = 37.94%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBCCEF (or 0xBBCCEF) is known color: Periwinkle. HEX triplet: BB, CC and EF. RGB value is (187,204,239). Sum of RGB (Red+Green+Blue) = 187+204+239=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCEF is #443310. Grayscale: #CACACA. Windows color (decimal): -4469521 or 15715515. OLE color: 15715515.

HSL color Cylindrical-coordinate representation of color #BBCCEF: hue angle of 220.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCCEF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 204 239 -
CMYK 0.22 0.15 0 0.06
HSL 220.38º 0.62% 0.84% -
HSV(B) 220.38º 0.22% 0.94% -
XYZ 57.67 59.98 90.2 -
YUV 202.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 187 204 239 0.22 0.15 0 0.06 220.38 0.62 0.84
Hex BB CC EF 16 F 0 6 DC 3E 54
Octal 273 314 357 26 17 0 6 334 76 124
Binary 10111011 11001100 11101111 10110 1111 0 110 11011100 111110 1010100

Color Harmonies of #BBCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCEF

Black with #BBCCEF

Text Example


Text Example

White with #BBCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCEF; }

 p { color: rgb(187,204,239); }

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

background-color css

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

 a { background-color: rgb(187,204,239); }

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

border-color css

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

 span { border-color: rgb(187,204,239); }

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