Html Css Color HEX #BDD0F5 Periwinkle

📋 copy color: '#BDD0F5'

red 189 ◦ green 208 ◦ blue 245

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

Shades of Periwinkle #BDD0F5

Tints of Periwinkle #BDD0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.16%

R = 29.44%
G = 32.4%
B = 38.16%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDD0F5 (or 0xBDD0F5) is known color: Periwinkle. HEX triplet: BD, D0 and F5. RGB value is (189,208,245). Sum of RGB (Red+Green+Blue) = 189+208+245=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F5 is #422F0A. Grayscale: #CECECE. Windows color (decimal): -4337419 or 16109757. OLE color: 16109757.

HSL color Cylindrical-coordinate representation of color #BDD0F5: hue angle of 219.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD0F5 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 208 245 -
CMYK 0.23 0.15 0 0.04
HSL 219.64º 0.74% 0.85% -
HSV(B) 219.64º 0.23% 0.96% -
XYZ 60.02 62.52 95.29 -
YUV 206.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 189 208 245 0.23 0.15 0 0.04 219.64 0.74 0.85
Hex BD D0 F5 17 F 0 4 DC 4A 55
Octal 275 320 365 27 17 0 4 334 112 125
Binary 10111101 11010000 11110101 10111 1111 0 100 11011100 1001010 1010101

Color Harmonies of #BDD0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0F5

Black with #BDD0F5

Text Example


Text Example

White with #BDD0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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