Html Css Color HEX #BCCEEA Periwinkle

📋 copy color: '#BCCEEA'

red 188 ◦ green 206 ◦ blue 234

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

Shades of Periwinkle #BCCEEA

Tints of Periwinkle #BCCEEA

RGB

 RED value IS 188 (73.83% from 255) = 29.94%

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

 BLUE value IS 234 (91.8% from 255) = 37.26%

R = 29.94%
G = 32.8%
B = 37.26%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCEEA (or 0xBCCEEA) is known color: Periwinkle. HEX triplet: BC, CE and EA. RGB value is (188,206,234). Sum of RGB (Red+Green+Blue) = 188+206+234=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEEA is #433115. Grayscale: #CBCBCB. Windows color (decimal): -4403478 or 15388348. OLE color: 15388348.

HSL color Cylindrical-coordinate representation of color #BCCEEA: hue angle of 216.52º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCEEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 206 234 -
CMYK 0.20 0.12 0 0.08
HSL 216.52º 0.52% 0.83% -
HSV(B) 216.52º 0.2% 0.92% -
XYZ 57.66 60.77 86.53 -
YUV 203.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 188 206 234 0.20 0.12 0 0.08 216.52 0.52 0.83
Hex BC CE EA 14 C 0 8 D9 34 53
Octal 274 316 352 24 14 0 10 331 64 123
Binary 10111100 11001110 11101010 10100 1100 0 1000 11011001 110100 1010011

Color Harmonies of #BCCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEEA

Black with #BCCEEA

Text Example


Text Example

White with #BCCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEEA; }

 p { color: rgb(188,206,234); }

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

background-color css

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

 a { background-color: rgb(188,206,234); }

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

border-color css

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

 span { border-color: rgb(188,206,234); }

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