Html Css Color HEX #BDCEEA Periwinkle

📋 copy color: '#BDCEEA'

red 189 ◦ green 206 ◦ blue 234

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

Shades of Periwinkle #BDCEEA

Tints of Periwinkle #BDCEEA

RGB

 RED value IS 189 (74.22% from 255) = 30.05%

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

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

R = 30.05%
G = 32.75%
B = 37.2%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDCEEA (or 0xBDCEEA) is known color: Periwinkle. HEX triplet: BD, CE and EA. RGB value is (189,206,234). Sum of RGB (Red+Green+Blue) = 189+206+234=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEEA is #423115. Grayscale: #CBCBCB. Windows color (decimal): -4337942 or 15388349. OLE color: 15388349.

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

Color convert

RGB 189 206 234 -
CMYK 0.19 0.12 0 0.08
HSL 217.33º 0.52% 0.83% -
HSV(B) 217.33º 0.19% 0.92% -
XYZ 57.91 60.9 86.55 -
YUV 204.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 189 206 234 0.19 0.12 0 0.08 217.33 0.52 0.83
Hex BD CE EA 13 C 0 8 D9 34 53
Octal 275 316 352 23 14 0 10 331 64 123
Binary 10111101 11001110 11101010 10011 1100 0 1000 11011001 110100 1010011

Color Harmonies of #BDCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEEA

Black with #BDCEEA

Text Example


Text Example

White with #BDCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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