Html Css Color HEX #BDD0EA Periwinkle

📋 copy color: '#BDD0EA'

red 189 ◦ green 208 ◦ blue 234

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

Shades of Periwinkle #BDD0EA

Tints of Periwinkle #BDD0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.96%

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

R = 29.95%
G = 32.96%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD0EA (or 0xBDD0EA) is known color: Periwinkle. HEX triplet: BD, D0 and EA. RGB value is (189,208,234). Sum of RGB (Red+Green+Blue) = 189+208+234=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EA is #422F15. Grayscale: #CDCDCD. Windows color (decimal): -4337430 or 15388861. OLE color: 15388861.

HSL color Cylindrical-coordinate representation of color #BDD0EA: hue angle of 214.67º 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 #BDD0EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 208 234 -
CMYK 0.19 0.11 0 0.08
HSL 214.67º 0.52% 0.83% -
HSV(B) 214.67º 0.19% 0.92% -
XYZ 58.39 61.87 86.71 -
YUV 205.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 189 208 234 0.19 0.11 0 0.08 214.67 0.52 0.83
Hex BD D0 EA 13 B 0 8 D7 34 53
Octal 275 320 352 23 13 0 10 327 64 123
Binary 10111101 11010000 11101010 10011 1011 0 1000 11010111 110100 1010011

Color Harmonies of #BDD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0EA

Black with #BDD0EA

Text Example


Text Example

White with #BDD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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