Html Css Color HEX #BCCEEB Periwinkle

📋 copy color: '#BCCEEB'

red 188 ◦ green 206 ◦ blue 235

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

Shades of Periwinkle #BCCEEB

Tints of Periwinkle #BCCEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.36%

R = 29.89%
G = 32.75%
B = 37.36%

CMYK

 C value IS 0.2

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCEEB (or 0xBCCEEB) is known color: Periwinkle. HEX triplet: BC, CE and EB. RGB value is (188,206,235). Sum of RGB (Red+Green+Blue) = 188+206+235=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEEB is #433114. Grayscale: #CBCBCB. Windows color (decimal): -4403477 or 15453884. OLE color: 15453884.

HSL color Cylindrical-coordinate representation of color #BCCEEB: hue angle of 217.02º degrees, saturation: 0.54, 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 #BCCEEB is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 206 235 -
CMYK 0.2 0.12 0 0.08
HSL 217.02º 0.54% 0.83% -
HSV(B) 217.02º 0.2% 0.92% -
XYZ 57.81 60.83 87.29 -
YUV 203.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 188 206 235 0.2 0.12 0 0.08 217.02 0.54 0.83
Hex BC CE EB 14 C 0 8 D9 36 53
Octal 274 316 353 24 14 0 10 331 66 123
Binary 10111100 11001110 11101011 10100 1100 0 1000 11011001 110110 1010011

Color Harmonies of #BCCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCEEB

Black with #BCCEEB

Text Example


Text Example

White with #BCCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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