Html Css Color HEX #BDEBFC Onahau

📋 copy color: '#BDEBFC'

red 189 ◦ green 235 ◦ blue 252

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

Shades of Onahau #BDEBFC

Tints of Onahau #BDEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.76%

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

R = 27.96%
G = 34.76%
B = 37.28%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDEBFC (or 0xBDEBFC) is known color: Onahau. HEX triplet: BD, EB and FC. RGB value is (189,235,252). Sum of RGB (Red+Green+Blue) = 189+235+252=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBFC is #421403. Grayscale: #DFDFDF. Windows color (decimal): -4330500 or 16575421. OLE color: 16575421.

HSL color Cylindrical-coordinate representation of color #BDEBFC: hue angle of 196.19º 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 #BDEBFC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 235 252 -
CMYK 0.25 0.07 0 0.01
HSL 196.19º 0.91% 0.86% -
HSV(B) 196.19º 0.25% 0.99% -
XYZ 68.27 77.26 103.41 -
YUV 223.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 189 235 252 0.25 0.07 0 0.01 196.19 0.91 0.86
Hex BD EB FC 19 7 0 1 C4 5B 56
Octal 275 353 374 31 7 0 1 304 133 126
Binary 10111101 11101011 11111100 11001 111 0 1 11000100 1011011 1010110

Color Harmonies of #BDEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBFC

Black with #BDEBFC

Text Example


Text Example

White with #BDEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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