Html Css Color HEX #BDD0E9 Periwinkle

📋 copy color: '#BDD0E9'

red 189 ◦ green 208 ◦ blue 233

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

Shades of Periwinkle #BDD0E9

Tints of Periwinkle #BDD0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 30%
G = 33.02%
B = 36.98%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDD0E9 (or 0xBDD0E9) is known color: Periwinkle. HEX triplet: BD, D0 and E9. RGB value is (189,208,233). Sum of RGB (Red+Green+Blue) = 189+208+233=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0E9 is #422F16. Grayscale: #CDCDCD. Windows color (decimal): -4337431 or 15323325. OLE color: 15323325.

HSL color Cylindrical-coordinate representation of color #BDD0E9: hue angle of 214.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD0E9 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 208 233 -
CMYK 0.19 0.11 0 0.09
HSL 214.09º 0.5% 0.83% -
HSV(B) 214.09º 0.19% 0.91% -
XYZ 58.25 61.81 85.95 -
YUV 205.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 189 208 233 0.19 0.11 0 0.09 214.09 0.5 0.83
Hex BD D0 E9 13 B 0 9 D6 32 53
Octal 275 320 351 23 13 0 11 326 62 123
Binary 10111101 11010000 11101001 10011 1011 0 1001 11010110 110010 1010011

Color Harmonies of #BDD0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0E9

Black with #BDD0E9

Text Example


Text Example

White with #BDD0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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