Html Css Color HEX #BDCEFC Periwinkle

📋 copy color: '#BDCEFC'

red 189 ◦ green 206 ◦ blue 252

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

Shades of Periwinkle #BDCEFC

Tints of Periwinkle #BDCEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.84%

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 29.21%
G = 31.84%
B = 38.95%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDCEFC (or 0xBDCEFC) is known color: Periwinkle. HEX triplet: BD, CE and FC. RGB value is (189,206,252). Sum of RGB (Red+Green+Blue) = 189+206+252=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEFC is #423103. Grayscale: #CDCDCD. Windows color (decimal): -4337924 or 16567997. OLE color: 16567997.

HSL color Cylindrical-coordinate representation of color #BDCEFC: hue angle of 223.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCEFC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 206 252 -
CMYK 0.25 0.18 0 0.01
HSL 223.81º 0.91% 0.86% -
HSV(B) 223.81º 0.25% 0.99% -
XYZ 60.63 61.99 100.87 -
YUV 206.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 189 206 252 0.25 0.18 0 0.01 223.81 0.91 0.86
Hex BD CE FC 19 12 0 1 E0 5B 56
Octal 275 316 374 31 22 0 1 340 133 126
Binary 10111101 11001110 11111100 11001 10010 0 1 11100000 1011011 1010110

Color Harmonies of #BDCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEFC

Black with #BDCEFC

Text Example


Text Example

White with #BDCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEFC; }

 p { color: rgb(189,206,252); }

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

background-color css

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

 a { background-color: rgb(189,206,252); }

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

border-color css

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

 span { border-color: rgb(189,206,252); }

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