Html Css Color HEX #BDC8F2 Periwinkle

📋 copy color: '#BDC8F2'

red 189 ◦ green 200 ◦ blue 242

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

Shades of Periwinkle #BDC8F2

Tints of Periwinkle #BDC8F2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.7%

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 29.95%
G = 31.7%
B = 38.35%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDC8F2 (or 0xBDC8F2) is known color: Periwinkle. HEX triplet: BD, C8 and F2. RGB value is (189,200,242). Sum of RGB (Red+Green+Blue) = 189+200+242=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8F2 is #42370D. Grayscale: #C9C9C9. Windows color (decimal): -4339470 or 15911101. OLE color: 15911101.

HSL color Cylindrical-coordinate representation of color #BDC8F2: hue angle of 227.55º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC8F2 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 200 242 -
CMYK 0.22 0.17 0 0.05
HSL 227.55º 0.67% 0.85% -
HSV(B) 227.55º 0.22% 0.95% -
XYZ 57.67 58.54 92.26 -
YUV 201.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 189 200 242 0.22 0.17 0 0.05 227.55 0.67 0.85
Hex BD C8 F2 16 11 0 5 E4 43 55
Octal 275 310 362 26 21 0 5 344 103 125
Binary 10111101 11001000 11110010 10110 10001 0 101 11100100 1000011 1010101

Color Harmonies of #BDC8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8F2

Black with #BDC8F2

Text Example


Text Example

White with #BDC8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8F2; }

 p { color: rgb(189,200,242); }

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

background-color css

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

 a { background-color: rgb(189,200,242); }

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

border-color css

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

 span { border-color: rgb(189,200,242); }

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