Html Css Color HEX #BDD0EB Periwinkle

📋 copy color: '#BDD0EB'

red 189 ◦ green 208 ◦ blue 235

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

Shades of Periwinkle #BDD0EB

Tints of Periwinkle #BDD0EB

RGB

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

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

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

R = 29.91%
G = 32.91%
B = 37.18%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDD0EB (or 0xBDD0EB) is known color: Periwinkle. HEX triplet: BD, D0 and EB. RGB value is (189,208,235). Sum of RGB (Red+Green+Blue) = 189+208+235=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0EB is #422F14. Grayscale: #CDCDCD. Windows color (decimal): -4337429 or 15454397. OLE color: 15454397.

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

Color convert

RGB 189 208 235 -
CMYK 0.20 0.11 0 0.08
HSL 215.22º 0.53% 0.83% -
HSV(B) 215.22º 0.2% 0.92% -
XYZ 58.54 61.93 87.47 -
YUV 205.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 189 208 235 0.20 0.11 0 0.08 215.22 0.53 0.83
Hex BD D0 EB 14 B 0 8 D7 35 53
Octal 275 320 353 24 13 0 10 327 65 123
Binary 10111101 11010000 11101011 10100 1011 0 1000 11010111 110101 1010011

Color Harmonies of #BDD0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0EB

Black with #BDD0EB

Text Example


Text Example

White with #BDD0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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